(welcome "Welcome to BootGauge's Installation !\n")
(complete 3)
(message "\n\nAttention !\n\nThis script cannot install BootGauge completely\nbut it installs all required files only.")
(complete 5)
(message "You need at least\n\nv37+\ngtlayout.library\n\n[...]" )
(complete 10)
(copyfiles
(prompt "Copy main program")
(pattern "BootGauge")
(source "")
(dest "C:")
(confirm)
(infos)
(help @copyfiles-help)
)
(complete 40)
(makedir "envarc:BootGauge"
(prompt "Creating directory envarc:BootGauge.\n\nBootGauge stores all its preferences in this directory." )
(confirm)
(help @makedir-help)
)
(complete 60)
(copyfiles
(prompt "Shall I install the example config file ?")
(pattern "#?.prefs")
(source "misc/")
(dest "envarc:BootGauge/")
(confirm)
(infos)
(help @copyfiles-help)
)
(complete 70)
(copyfiles
(prompt "Shall I install the documentation ?")
(pattern "#?.guide")
(source "help/")
(dest "help:english/")
(confirm)
(infos)
(help @copyfiles-help)
)
(complete 80)
(copyfiles
(prompt "Shall I install the header file ?\n\n(Includes author's history notes)")
(pattern "header.txt#?")
(source "misc/")
(dest "help:english/")
(confirm)
(infos)
(help @copyfiles-help)
)
(complete 100)
(exit "All required files are installed now.\n\nPlease have a look at BootGauge's documentation how to modifing the startup-sequence.\n\nAnd don't forget - BootGauge is GIFTWARE !")